home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TCHANGEPASSWORDFORM / TCHANGEPASSWORDFORM.txt
Encoding:
Text File  |  2004-03-08  |  2.7 KB  |  132 lines

  1. object ChangePasswordForm: TChangePasswordForm
  2.   Left = 398
  3.   Top = 245
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set new password'
  7.   ClientHeight = 256
  8.   ClientWidth = 330
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object RzSeparator1: TRzSeparator
  20.     Left = 24
  21.     Top = 76
  22.     Width = 295
  23.     ShowGradient = True
  24.     Color = clBtnFace
  25.     ParentColor = False
  26.   end
  27.   object RzSeparator2: TRzSeparator
  28.     Left = 24
  29.     Top = 200
  30.     Width = 295
  31.     ShowGradient = True
  32.     Color = clBtnFace
  33.     ParentColor = False
  34.   end
  35.   object CancelButton: TRzButton
  36.     Left = 225
  37.     Top = 214
  38.     Alignment = taLeftJustify
  39.     Cancel = True
  40.     ModalResult = 2
  41.     Caption = '  &Cancel'
  42.     HotTrack = True
  43.     TabOrder = 6
  44.   end
  45.   object OKButton: TRzButton
  46.     Left = 141
  47.     Top = 214
  48.     Alignment = taLeftJustify
  49.     Default = True
  50.     ModalResult = 1
  51.     Caption = '  &OK'
  52.     HotTrack = True
  53.     TabOrder = 5
  54.   end
  55.   object OldPasswordEdit: TLabeledEdit
  56.     Left = 136
  57.     Top = 90
  58.     Width = 164
  59.     Height = 21
  60.     EditLabel.Width = 67
  61.     EditLabel.Height = 13
  62.     EditLabel.Caption = 'Old password:'
  63.     LabelPosition = lpLeft
  64.     LabelSpacing = 5
  65.     PasswordChar = '*'
  66.     TabOrder = 2
  67.   end
  68.   object NewPassword1Edit: TLabeledEdit
  69.     Left = 136
  70.     Top = 124
  71.     Width = 164
  72.     Height = 21
  73.     EditLabel.Width = 73
  74.     EditLabel.Height = 13
  75.     EditLabel.Caption = 'New password:'
  76.     LabelPosition = lpLeft
  77.     LabelSpacing = 5
  78.     PasswordChar = '*'
  79.     TabOrder = 3
  80.   end
  81.   object NewPassword2Edit: TLabeledEdit
  82.     Left = 136
  83.     Top = 158
  84.     Width = 164
  85.     Height = 21
  86.     EditLabel.Width = 108
  87.     EditLabel.Height = 13
  88.     EditLabel.Caption = 'Retype new password:'
  89.     LabelPosition = lpLeft
  90.     LabelSpacing = 5
  91.     PasswordChar = '*'
  92.     TabOrder = 4
  93.   end
  94.   object UsernameEdit: TLabeledEdit
  95.     Left = 136
  96.     Top = 10
  97.     Width = 164
  98.     Height = 21
  99.     TabStop = False
  100.     BevelInner = bvNone
  101.     BevelOuter = bvNone
  102.     EditLabel.Width = 51
  103.     EditLabel.Height = 13
  104.     EditLabel.Caption = 'Username:'
  105.     LabelPosition = lpLeft
  106.     LabelSpacing = 5
  107.     ParentColor = True
  108.     ReadOnly = True
  109.     TabOrder = 0
  110.     Text = 'scott'
  111.   end
  112.   object DatabaseEdit: TLabeledEdit
  113.     Left = 136
  114.     Top = 44
  115.     Width = 164
  116.     Height = 21
  117.     TabStop = False
  118.     BevelEdges = [beBottom]
  119.     BevelInner = bvNone
  120.     BevelOuter = bvNone
  121.     EditLabel.Width = 49
  122.     EditLabel.Height = 13
  123.     EditLabel.Caption = 'Database:'
  124.     LabelPosition = lpLeft
  125.     LabelSpacing = 5
  126.     ParentColor = True
  127.     ReadOnly = True
  128.     TabOrder = 1
  129.     Text = 'mfm'
  130.   end
  131. end
  132.